Html Css Color HEX #C0BF47 Celery

📋 copy color: '#C0BF47'

red 192 ◦ green 191 ◦ blue 71

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

Shades of Celery #C0BF47

Tints of Celery #C0BF47

RGB

 RED value IS 192 (75.39% from 255) = 42.29%

 GREEN value IS 191 (75% from 255) = 42.07%

 BLUE value IS 71 (28.13% from 255) = 15.64%

R = 42.29%
G = 42.07%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C0BF47 (or 0xC0BF47) is known color: Celery. HEX triplet: C0, BF and 47. RGB value is (192,191,71). Sum of RGB (Red+Green+Blue) = 192+191+71=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF47 is #3F40B8. Grayscale: #B2B2B2. Windows color (decimal): -4145337 or 4702144. OLE color: 4702144.

HSL color Cylindrical-coordinate representation of color #C0BF47: hue angle of 59.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0BF47 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 71 -
CMYK 0 0.01 0.63 0.25
HSL 59.5º 0.49% 0.52% -
HSV(B) 59.5º 0.63% 0.75% -
XYZ 41.51 48.92 13.22 -
YUV 177.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 192 191 71 0 0.01 0.63 0.25 59.5 0.49 0.52
Hex C0 BF 47 0 1 3F 19 3C 31 34
Octal 300 277 107 0 1 77 31 74 61 64
Binary 11000000 10111111 1000111 0 1 111111 11001 111100 110001 110100

Color Harmonies of #C0BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF47

Black with #C0BF47

Text Example


Text Example

White with #C0BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF47; }

 p { color: rgb(192,191,71); }

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

background-color css

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

 a { background-color: rgb(192,191,71); }

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

border-color css

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

 span { border-color: rgb(192,191,71); }

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