Html Css Color HEX #CBC626 Barberry

📋 copy color: '#CBC626'

red 203 ◦ green 198 ◦ blue 38

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

Shades of Barberry #CBC626

Tints of Barberry #CBC626

RGB

 RED value IS 203 (79.69% from 255) = 46.24%

 GREEN value IS 198 (77.73% from 255) = 45.1%

 BLUE value IS 38 (15.23% from 255) = 8.66%

R = 46.24%
G = 45.1%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBC626 (or 0xCBC626) is known color: Barberry. HEX triplet: CB, C6 and 26. RGB value is (203,198,38). Sum of RGB (Red+Green+Blue) = 203+198+38=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC626 is #3439D9. Grayscale: #B5B5B5. Windows color (decimal): -3422682 or 2541259. OLE color: 2541259.

HSL color Cylindrical-coordinate representation of color #CBC626: hue angle of 58.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBC626 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 38 -
CMYK 0 0.02 0.81 0.20
HSL 58.18º 0.68% 0.47% -
HSV(B) 58.18º 0.81% 0.8% -
XYZ 45.17 53.22 9.73 -
YUV 181.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 203 198 38 0 0.02 0.81 0.20 58.18 0.68 0.47
Hex CB C6 26 0 2 51 14 3A 44 2F
Octal 313 306 46 0 2 121 24 72 104 57
Binary 11001011 11000110 100110 0 10 1010001 10100 111010 1000100 101111

Color Harmonies of #CBC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC626

Black with #CBC626

Text Example


Text Example

White with #CBC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC626; }

 p { color: rgb(203,198,38); }

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

background-color css

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

 a { background-color: rgb(203,198,38); }

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

border-color css

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

 span { border-color: rgb(203,198,38); }

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