Html Css Color HEX #B8CF45 Celery

📋 copy color: '#B8CF45'

red 184 ◦ green 207 ◦ blue 69

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

Shades of Celery #B8CF45

Tints of Celery #B8CF45

RGB

 RED value IS 184 (72.27% from 255) = 40%

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 69 (27.34% from 255) = 15%

R = 40%
G = 45%
B = 15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#B8CF45 (or 0xB8CF45) is known color: Celery. HEX triplet: B8, CF and 45. RGB value is (184,207,69). Sum of RGB (Red+Green+Blue) = 184+207+69=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CF45 is #4730BA. Grayscale: #B8B8B8. Windows color (decimal): -4665531 or 4575160. OLE color: 4575160.

HSL color Cylindrical-coordinate representation of color #B8CF45: hue angle of 70º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8CF45 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 207 69 -
CMYK 0.11 0 0.67 0.19
HSL 70º 0.59% 0.54% -
HSV(B) 70º 0.67% 0.81% -
XYZ 43.15 55.25 14.02 -
YUV 184.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 184 207 69 0.11 0 0.67 0.19 70 0.59 0.54
Hex B8 CF 45 B 0 43 13 46 3B 36
Octal 270 317 105 13 0 103 23 106 73 66
Binary 10111000 11001111 1000101 1011 0 1000011 10011 1000110 111011 110110

Color Harmonies of #B8CF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CF45

Black with #B8CF45

Text Example


Text Example

White with #B8CF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CF45; }

 p { color: rgb(184,207,69); }

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

background-color css

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

 a { background-color: rgb(184,207,69); }

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

border-color css

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

 span { border-color: rgb(184,207,69); }

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