Html Css Color HEX #BDE94C Conifer

📋 copy color: '#BDE94C'

red 189 ◦ green 233 ◦ blue 76

#BDE94C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BDE94C

Tints of Conifer #BDE94C

RGB

 RED value IS 189 (74.22% from 255) = 37.95%

 GREEN value IS 233 (91.41% from 255) = 46.79%

 BLUE value IS 76 (30.08% from 255) = 15.26%

R = 37.95%
G = 46.79%
B = 15.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDE94C (or 0xBDE94C) is known color: Conifer. HEX triplet: BD, E9 and 4C. RGB value is (189,233,76). Sum of RGB (Red+Green+Blue) = 189+233+76=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE94C is #4216B3. Grayscale: #CACACA. Windows color (decimal): -4331188 or 5040573. OLE color: 5040573.

HSL color Cylindrical-coordinate representation of color #BDE94C: hue angle of 76.82º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDE94C is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 76 -
CMYK 0.19 0 0.67 0.09
HSL 76.82º 0.78% 0.61% -
HSV(B) 76.82º 0.67% 0.91% -
XYZ 51.43 69.62 17.56 -
YUV 201.95 56.92 118.77 -
System Red Green Blue C M Y K H S L
Decimal 189 233 76 0.19 0 0.67 0.09 76.82 0.78 0.61
Hex BD E9 4C 13 0 43 9 4D 4E 3D
Octal 275 351 114 23 0 103 11 115 116 75
Binary 10111101 11101001 1001100 10011 0 1000011 1001 1001101 1001110 111101

Color Harmonies of #BDE94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE94C

Black with #BDE94C

Text Example


Text Example

White with #BDE94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE94C; }

 p { color: rgb(189,233,76); }

 H1.HeaderClassName
 {
   color: #BDE94C;
 }
 .AnyTagClassName
 {
   color: #BDE94C;
 }
</style>

background-color css

<style>
 a { background-color: #BDE94C; }

 a { background-color: rgb(189,233,76); }

 div.DivClassName
 {
   background-color: #BDE94C;
 }
 .BgClassName
 {
   background-color: #BDE94C;
 }
</style>

border-color css

<style>
 span { border-color: #BDE94C; }

 span { border-color: rgb(189,233,76); }

 td.TdClassName
 {
   border-color: #BDE94C;
 }
 .TagClassName
 {
   border-color: #BDE94C;
 }
</style>