Html Css Color HEX #BDDA4D Conifer

📋 copy color: '#BDDA4D'

red 189 ◦ green 218 ◦ blue 77

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

Shades of Conifer #BDDA4D

Tints of Conifer #BDDA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.91%

R = 39.05%
G = 45.04%
B = 15.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BDDA4D (or 0xBDDA4D) is known color: Conifer. HEX triplet: BD, DA and 4D. RGB value is (189,218,77). Sum of RGB (Red+Green+Blue) = 189+218+77=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA4D is #4225B2. Grayscale: #C1C1C1. Windows color (decimal): -4335027 or 5102269. OLE color: 5102269.

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

Color convert

RGB 189 218 77 -
CMYK 0.13 0 0.65 0.15
HSL 72.34º 0.66% 0.58% -
HSV(B) 72.34º 0.65% 0.85% -
XYZ 47.4 61.5 16.39 -
YUV 193.26 62.39 124.96 -
System Red Green Blue C M Y K H S L
Decimal 189 218 77 0.13 0 0.65 0.15 72.34 0.66 0.58
Hex BD DA 4D D 0 41 F 48 42 3A
Octal 275 332 115 15 0 101 17 110 102 72
Binary 10111101 11011010 1001101 1101 0 1000001 1111 1001000 1000010 111010

Color Harmonies of #BDDA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA4D

Black with #BDDA4D

Text Example


Text Example

White with #BDDA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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