Html Css Color HEX #BDDC62 Conifer

📋 copy color: '#BDDC62'

red 189 ◦ green 220 ◦ blue 98

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

Shades of Conifer #BDDC62

Tints of Conifer #BDDC62

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

 BLUE value IS 98 (38.67% from 255) = 19.33%

R = 37.28%
G = 43.39%
B = 19.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#BDDC62 (or 0xBDDC62) is known color: Conifer. HEX triplet: BD, DC and 62. RGB value is (189,220,98). Sum of RGB (Red+Green+Blue) = 189+220+98=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC62 is #42239D. Grayscale: #C5C5C5. Windows color (decimal): -4334494 or 6479037. OLE color: 6479037.

HSL color Cylindrical-coordinate representation of color #BDDC62: hue angle of 75.25º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDDC62 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 98 -
CMYK 0.14 0 0.55 0.14
HSL 75.25º 0.64% 0.62% -
HSV(B) 75.25º 0.55% 0.86% -
XYZ 48.78 62.89 21.12 -
YUV 196.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 189 220 98 0.14 0 0.55 0.14 75.25 0.64 0.62
Hex BD DC 62 E 0 37 E 4B 40 3E
Octal 275 334 142 16 0 67 16 113 100 76
Binary 10111101 11011100 1100010 1110 0 110111 1110 1001011 1000000 111110

Color Harmonies of #BDDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC62

Black with #BDDC62

Text Example


Text Example

White with #BDDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC62; }

 p { color: rgb(189,220,98); }

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

background-color css

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

 a { background-color: rgb(189,220,98); }

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

border-color css

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

 span { border-color: rgb(189,220,98); }

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