Html Css Color HEX #BDDA4A Conifer

📋 copy color: '#BDDA4A'

red 189 ◦ green 218 ◦ blue 74

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

Shades of Conifer #BDDA4A

Tints of Conifer #BDDA4A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 39.29%
G = 45.32%
B = 15.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BDDA4A (or 0xBDDA4A) is known color: Conifer. HEX triplet: BD, DA and 4A. RGB value is (189,218,74). Sum of RGB (Red+Green+Blue) = 189+218+74=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA4A is #4225B5. Grayscale: #C1C1C1. Windows color (decimal): -4335030 or 4905661. OLE color: 4905661.

HSL color Cylindrical-coordinate representation of color #BDDA4A: hue angle of 72.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDDA4A is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 74 -
CMYK 0.13 0 0.66 0.15
HSL 72.08º 0.66% 0.57% -
HSV(B) 72.08º 0.66% 0.85% -
XYZ 47.29 61.46 15.85 -
YUV 192.91 60.89 125.21 -
System Red Green Blue C M Y K H S L
Decimal 189 218 74 0.13 0 0.66 0.15 72.08 0.66 0.57
Hex BD DA 4A D 0 42 F 48 42 39
Octal 275 332 112 15 0 102 17 110 102 71
Binary 10111101 11011010 1001010 1101 0 1000010 1111 1001000 1000010 111001

Color Harmonies of #BDDA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA4A

Black with #BDDA4A

Text Example


Text Example

White with #BDDA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA4A; }

 p { color: rgb(189,218,74); }

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

background-color css

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

 a { background-color: rgb(189,218,74); }

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

border-color css

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

 span { border-color: rgb(189,218,74); }

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