Html Css Color HEX #C29B02 Buddha Gold

📋 copy color: '#C29B02'

red 194 ◦ green 155 ◦ blue 2

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

Shades of Buddha Gold #C29B02

Tints of Buddha Gold #C29B02

RGB

 RED value IS 194 (76.17% from 255) = 55.27%

 GREEN value IS 155 (60.94% from 255) = 44.16%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 55.27%
G = 44.16%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C29B02 (or 0xC29B02) is known color: Buddha Gold. HEX triplet: C2, 9B and 02. RGB value is (194,155,2). Sum of RGB (Red+Green+Blue) = 194+155+2=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B02 is #3D64FD. Grayscale: #959595. Windows color (decimal): -4023550 or 170946. OLE color: 170946.

HSL color Cylindrical-coordinate representation of color #C29B02: hue angle of 47.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C29B02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 2 -
CMYK 0 0.20 0.99 0.24
HSL 47.81º 0.98% 0.38% -
HSV(B) 47.81º 0.99% 0.76% -
XYZ 33.98 34.92 5.01 -
YUV 149.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 194 155 2 0 0.20 0.99 0.24 47.81 0.98 0.38
Hex C2 9B 2 0 14 63 18 30 62 26
Octal 302 233 2 0 24 143 30 60 142 46
Binary 11000010 10011011 10 0 10100 1100011 11000 110000 1100010 100110

Color Harmonies of #C29B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B02

Black with #C29B02

Text Example


Text Example

White with #C29B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B02; }

 p { color: rgb(194,155,2); }

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

background-color css

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

 a { background-color: rgb(194,155,2); }

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

border-color css

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

 span { border-color: rgb(194,155,2); }

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