Html Css Color HEX #BDD552 Conifer

📋 copy color: '#BDD552'

red 189 ◦ green 213 ◦ blue 82

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

Shades of Conifer #BDD552

Tints of Conifer #BDD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

 BLUE value IS 82 (32.42% from 255) = 16.94%

R = 39.05%
G = 44.01%
B = 16.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#BDD552 (or 0xBDD552) is known color: Conifer. HEX triplet: BD, D5 and 52. RGB value is (189,213,82). Sum of RGB (Red+Green+Blue) = 189+213+82=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD552 is #422AAD. Grayscale: #BFBFBF. Windows color (decimal): -4336302 or 5428669. OLE color: 5428669.

HSL color Cylindrical-coordinate representation of color #BDD552: hue angle of 70.99º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDD552 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 82 -
CMYK 0.11 0 0.62 0.16
HSL 70.99º 0.61% 0.58% -
HSV(B) 70.99º 0.62% 0.84% -
XYZ 46.3 59.02 16.93 -
YUV 190.89 66.55 126.65 -
System Red Green Blue C M Y K H S L
Decimal 189 213 82 0.11 0 0.62 0.16 70.99 0.61 0.58
Hex BD D5 52 B 0 3E 10 47 3D 3A
Octal 275 325 122 13 0 76 20 107 75 72
Binary 10111101 11010101 1010010 1011 0 111110 10000 1000111 111101 111010

Color Harmonies of #BDD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD552

Black with #BDD552

Text Example


Text Example

White with #BDD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD552; }

 p { color: rgb(189,213,82); }

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

background-color css

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

 a { background-color: rgb(189,213,82); }

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

border-color css

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

 span { border-color: rgb(189,213,82); }

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