Html Css Color HEX #BFDD52 Conifer

📋 copy color: '#BFDD52'

red 191 ◦ green 221 ◦ blue 82

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

Shades of Conifer #BFDD52

Tints of Conifer #BFDD52

RGB

 RED value IS 191 (75% from 255) = 38.66%

 GREEN value IS 221 (86.72% from 255) = 44.74%

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

R = 38.66%
G = 44.74%
B = 16.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#BFDD52 (or 0xBFDD52) is known color: Conifer. HEX triplet: BF, DD and 52. RGB value is (191,221,82). Sum of RGB (Red+Green+Blue) = 191+221+82=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD52 is #4022AD. Grayscale: #C4C4C4. Windows color (decimal): -4203182 or 5430719. OLE color: 5430719.

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

Color convert

RGB 191 221 82 -
CMYK 0.14 0 0.63 0.13
HSL 72.95º 0.67% 0.59% -
HSV(B) 72.95º 0.63% 0.87% -
XYZ 48.87 63.4 17.64 -
YUV 196.18 63.56 124.3 -
System Red Green Blue C M Y K H S L
Decimal 191 221 82 0.14 0 0.63 0.13 72.95 0.67 0.59
Hex BF DD 52 E 0 3F D 49 43 3B
Octal 277 335 122 16 0 77 15 111 103 73
Binary 10111111 11011101 1010010 1110 0 111111 1101 1001001 1000011 111011

Color Harmonies of #BFDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD52

Black with #BFDD52

Text Example


Text Example

White with #BFDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD52; }

 p { color: rgb(191,221,82); }

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

background-color css

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

 a { background-color: rgb(191,221,82); }

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

border-color css

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

 span { border-color: rgb(191,221,82); }

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