Html Css Color HEX #BDDC50 Conifer

📋 copy color: '#BDDC50'

red 189 ◦ green 220 ◦ blue 80

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

Shades of Conifer #BDDC50

Tints of Conifer #BDDC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.36%

R = 38.65%
G = 44.99%
B = 16.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#BDDC50 (or 0xBDDC50) is known color: Conifer. HEX triplet: BD, DC and 50. RGB value is (189,220,80). Sum of RGB (Red+Green+Blue) = 189+220+80=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC50 is #4223AF. Grayscale: #C3C3C3. Windows color (decimal): -4334512 or 5299389. OLE color: 5299389.

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

Color convert

RGB 189 220 80 -
CMYK 0.14 0 0.64 0.14
HSL 73.29º 0.67% 0.59% -
HSV(B) 73.29º 0.64% 0.86% -
XYZ 48.03 62.58 17.14 -
YUV 194.77 63.23 123.88 -
System Red Green Blue C M Y K H S L
Decimal 189 220 80 0.14 0 0.64 0.14 73.29 0.67 0.59
Hex BD DC 50 E 0 40 E 49 43 3B
Octal 275 334 120 16 0 100 16 111 103 73
Binary 10111101 11011100 1010000 1110 0 1000000 1110 1001001 1000011 111011

Color Harmonies of #BDDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC50

Black with #BDDC50

Text Example


Text Example

White with #BDDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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