Html Css Color HEX #BDDC54 Conifer

📋 copy color: '#BDDC54'

red 189 ◦ green 220 ◦ blue 84

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

Shades of Conifer #BDDC54

Tints of Conifer #BDDC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.04%

R = 38.34%
G = 44.62%
B = 17.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#BDDC54 (or 0xBDDC54) is known color: Conifer. HEX triplet: BD, DC and 54. RGB value is (189,220,84). Sum of RGB (Red+Green+Blue) = 189+220+84=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC54 is #4223AB. Grayscale: #C3C3C3. Windows color (decimal): -4334508 or 5561533. OLE color: 5561533.

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

Color convert

RGB 189 220 84 -
CMYK 0.14 0 0.62 0.14
HSL 73.68º 0.66% 0.6% -
HSV(B) 73.68º 0.62% 0.86% -
XYZ 48.18 62.65 17.94 -
YUV 195.23 65.23 123.56 -
System Red Green Blue C M Y K H S L
Decimal 189 220 84 0.14 0 0.62 0.14 73.68 0.66 0.6
Hex BD DC 54 E 0 3E E 4A 42 3C
Octal 275 334 124 16 0 76 16 112 102 74
Binary 10111101 11011100 1010100 1110 0 111110 1110 1001010 1000010 111100

Color Harmonies of #BDDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC54

Black with #BDDC54

Text Example


Text Example

White with #BDDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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