Html Css Color HEX #BDDA51 Conifer

📋 copy color: '#BDDA51'

red 189 ◦ green 218 ◦ blue 81

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

Shades of Conifer #BDDA51

Tints of Conifer #BDDA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.6%

R = 38.73%
G = 44.67%
B = 16.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#BDDA51 (or 0xBDDA51) is known color: Conifer. HEX triplet: BD, DA and 51. RGB value is (189,218,81). Sum of RGB (Red+Green+Blue) = 189+218+81=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 81 (32.03% from 255 or 16.60% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA51 is #4225AE. Grayscale: #C2C2C2. Windows color (decimal): -4335023 or 5364413. OLE color: 5364413.

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

Color convert

RGB 189 218 81 -
CMYK 0.13 0 0.63 0.15
HSL 72.7º 0.65% 0.59% -
HSV(B) 72.7º 0.63% 0.85% -
XYZ 47.54 61.56 17.16 -
YUV 193.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 189 218 81 0.13 0 0.63 0.15 72.7 0.65 0.59
Hex BD DA 51 D 0 3F F 49 41 3B
Octal 275 332 121 15 0 77 17 111 101 73
Binary 10111101 11011010 1010001 1101 0 111111 1111 1001001 1000001 111011

Color Harmonies of #BDDA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA51

Black with #BDDA51

Text Example


Text Example

White with #BDDA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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