Html Css Color HEX #BFCC42 Celery

📋 copy color: '#BFCC42'

red 191 ◦ green 204 ◦ blue 66

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

Shades of Celery #BFCC42

Tints of Celery #BFCC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 41.43%
G = 44.25%
B = 14.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#BFCC42 (or 0xBFCC42) is known color: Celery. HEX triplet: BF, CC and 42. RGB value is (191,204,66). Sum of RGB (Red+Green+Blue) = 191+204+66=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC42 is #4033BD. Grayscale: #B8B8B8. Windows color (decimal): -4207550 or 4377791. OLE color: 4377791.

HSL color Cylindrical-coordinate representation of color #BFCC42: hue angle of 65.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFCC42 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 66 -
CMYK 0.06 0 0.68 0.2
HSL 65.65º 0.58% 0.53% -
HSV(B) 65.65º 0.68% 0.8% -
XYZ 44.06 54.66 13.38 -
YUV 184.38 61.19 132.72 -
System Red Green Blue C M Y K H S L
Decimal 191 204 66 0.06 0 0.68 0.2 65.65 0.58 0.53
Hex BF CC 42 6 0 44 14 42 3A 35
Octal 277 314 102 6 0 104 24 102 72 65
Binary 10111111 11001100 1000010 110 0 1000100 10100 1000010 111010 110101

Color Harmonies of #BFCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC42

Black with #BFCC42

Text Example


Text Example

White with #BFCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC42; }

 p { color: rgb(191,204,66); }

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

background-color css

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

 a { background-color: rgb(191,204,66); }

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

border-color css

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

 span { border-color: rgb(191,204,66); }

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