Html Css Color HEX #BDDA54 Conifer

📋 copy color: '#BDDA54'

red 189 ◦ green 218 ◦ blue 84

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

Shades of Conifer #BDDA54

Tints of Conifer #BDDA54

RGB

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

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

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

R = 38.49%
G = 44.4%
B = 17.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#BDDA54 (or 0xBDDA54) is known color: Conifer. HEX triplet: BD, DA and 54. RGB value is (189,218,84). Sum of RGB (Red+Green+Blue) = 189+218+84=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA54 is #4225AB. Grayscale: #C2C2C2. Windows color (decimal): -4335020 or 5561021. OLE color: 5561021.

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

Color convert

RGB 189 218 84 -
CMYK 0.13 0 0.61 0.15
HSL 72.99º 0.64% 0.59% -
HSV(B) 72.99º 0.61% 0.85% -
XYZ 47.66 61.6 17.77 -
YUV 194.05 65.89 124.4 -
System Red Green Blue C M Y K H S L
Decimal 189 218 84 0.13 0 0.61 0.15 72.99 0.64 0.59
Hex BD DA 54 D 0 3D F 49 40 3B
Octal 275 332 124 15 0 75 17 111 100 73
Binary 10111101 11011010 1010100 1101 0 111101 1111 1001001 1000000 111011

Color Harmonies of #BDDA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA54

Black with #BDDA54

Text Example


Text Example

White with #BDDA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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