Html Css Color HEX #BDDC57 Conifer

📋 copy color: '#BDDC57'

red 189 ◦ green 220 ◦ blue 87

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

Shades of Conifer #BDDC57

Tints of Conifer #BDDC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.54%

R = 38.1%
G = 44.35%
B = 17.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#BDDC57 (or 0xBDDC57) is known color: Conifer. HEX triplet: BD, DC and 57. RGB value is (189,220,87). Sum of RGB (Red+Green+Blue) = 189+220+87=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC57 is #4223A8. Grayscale: #C4C4C4. Windows color (decimal): -4334505 or 5758141. OLE color: 5758141.

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

Color convert

RGB 189 220 87 -
CMYK 0.14 0 0.60 0.14
HSL 73.98º 0.66% 0.6% -
HSV(B) 73.98º 0.6% 0.86% -
XYZ 48.3 62.69 18.57 -
YUV 195.57 66.73 123.31 -
System Red Green Blue C M Y K H S L
Decimal 189 220 87 0.14 0 0.60 0.14 73.98 0.66 0.6
Hex BD DC 57 E 0 3C E 4A 42 3C
Octal 275 334 127 16 0 74 16 112 102 74
Binary 10111101 11011100 1010111 1110 0 111100 1110 1001010 1000010 111100

Color Harmonies of #BDDC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC57

Black with #BDDC57

Text Example


Text Example

White with #BDDC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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